home *** CD-ROM | disk | FTP | other *** search
- Path: mail2news.demon.co.uk!genesis.demon.co.uk
- From: Lawrence Kirby <fred@genesis.demon.co.uk>
- Newsgroups: comp.lang.c
- Subject: Re: Parallel processing code
- Date: Mon, 08 Apr 96 12:17:59 GMT
- Organization: none
- Message-ID: <828965879snz@genesis.demon.co.uk>
- References: <4k14s9$c7a@azure.acsu.buffalo.edu>
- Reply-To: fred@genesis.demon.co.uk
- X-NNTP-Posting-Host: genesis.demon.co.uk
- X-Newsreader: Demon Internet Simple News v1.27
- X-Mail2News-Path: genesis.demon.co.uk
-
- In article <4k14s9$c7a@azure.acsu.buffalo.edu>
- chan@acsu.buffalo.edu "lipchen alex chan" writes:
-
- >
- >Hi,
- >
- >I have access to a SparcServer 2000 with 12 processors.
- >I wish to change my program so that it can use more than
- >one processor at one time in order to speed up the execution
- >time. Suppose the major segment of execution time resides
- >in the code below:
-
- The C language has no support for multi-processor systems so can't provide
- any reasonable answer to your question. You need to find out what
- multiprocessor support your particulsr system has. The best place to
- do that would be a Sun related newsgroup.
-
- --
- -----------------------------------------
- Lawrence Kirby | fred@genesis.demon.co.uk
- Wilts, England | 70734.126@compuserve.com
- -----------------------------------------
-